home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / dosutils / dx000.zip / X2D_D2X.DOC < prev   
Text File  |  1996-09-15  |  1KB  |  31 lines

  1. cd2x and cx2d version 0.00
  2. freeware written by Dana Booth at 1:138/179 or crom@eskimo.com
  3. ----------------------------------------------------------------
  4.  
  5. Overview:
  6.  
  7.      I just make tiny utils as I need them... cx2d.exe will read a text
  8.      file and make sure that it has the proper cr/lf line terminators, as
  9.      is the case with most 'dos' textfiles. Textfiles created in the 'unix'
  10.      fashion have only lf line terminators, and cx2d corrects that. cd2x
  11.      does the same thing in reverse, files that have the normal 'dos' cr/lf
  12.      pairs will be stripped of the cr and re-written in the 'unix' textfile
  13.      format with only lf line terminators. (you can tell how long it took
  14.      to make these, huh? I was waiting for my wife to fix her hair... *G*)
  15.  
  16.  
  17. Command line:
  18.  
  19.      cd2x [\path\filename]
  20.      or
  21.      cx2d [\path\filename]
  22.  
  23.      where [\path\filename] is the name of the textfile to convert.
  24.  
  25.  
  26. Other stuff:
  27.  
  28.      If you find these tiny utils useful, drop me a note, will you?
  29.  
  30.                                         -Dana
  31.